Fix bug #11587 with a crash in an Info buffer under linum-mode.
authorEli Zaretskii <eliz@gnu.org>
Wed, 30 May 2012 18:09:17 +0000 (21:09 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 30 May 2012 18:09:17 +0000 (21:09 +0300)
commit0ad630ae41ae85c5dcea76b3e4524821d4e1fd84
tree5bfdc5452a2863d8d5b9e9acc0b9b412c31976a7
parent1ad8432fb8bfd958596e957180ef3dcebf01e683
Fix bug #11587 with a crash in an Info buffer under linum-mode.

 src/xdisp.c (handle_stop): Detect whether we have overlay strings
 loaded by testing it->current.overlay_string_index to be
 non-negative, instead of checking whether n_overlay_strings is
 positive.
src/ChangeLog
src/xdisp.c